go cd "scrolling in windows" of stack "Intro to HyperCard 2.0"
unlock screen with visual zoom close
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=75 top=21 right=179 bottom=288
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Info 1
----- HyperTalk script -----
on mouseUp
showFld
end mouseUp
-- part 9 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=12 top=183 right=305 bottom=336
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 174
-- text size: 14
-- style flags: 0
-- line height: 15
-- part name: Info 1
----- HyperTalk script -----
on mouseUp
hide me
end mouseUp
-- part 14 (button)
-- low flags: 00
-- high flags: 0001
-- rect: left=341 top=79 right=119 bottom=375
-- title width / last selected line: 0
-- icon id / first selected line: 30759 / 30759
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: mask1
-- part 15 (button)
-- low flags: 00
-- high flags: 0001
-- rect: left=361 top=79 right=120 bottom=394
-- title width / last selected line: 0
-- icon id / first selected line: 5415 / 5415
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: mask2
-- part 17 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=305 top=60 right=151 bottom=423
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Info 2
----- HyperTalk script -----
on mouseUp
hide cd fld "info 1"
if the visible of cd fld "info 2" then
resetMask
else
lock screen
repeat with n = 1 to 3
hide btn ("mask" & n)
end repeat
showFld
unlock screen
end if
end mouseUp
-- part 18 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=294 top=153 right=302 bottom=500
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 174
-- text size: 14
-- style flags: 0
-- line height: 15
-- part name: Info 2
----- HyperTalk script -----
on mouseUp
lock screen
repeat with n = 1 to 3
show btn ("mask" & n)
end repeat
hide me
unlock screen
end mouseUp
-- part contents for card part 3
----- text -----
The Scroll Window is on the right; the white rectangle within it represents the whole card shown partially to the left. If this Scroll Window were active, you could move the small rectangle within it, and the card to the left would move in the same way within its window so you could see other parts of the card.
You can also resize the small rectangle, up to the full size
of the card. Click the windows for more information.
-- part contents for card part 9
----- text -----
This picture represents the window you have on screen, which shows part of a picture. If you hold down the command, shift, and “e” keys on the keyboard, a size box will appear in the lower right corner; you can drag the size box to resize the window directly over the card... or you can use the Scroll Window.
-- part contents for card part 18
----- text -----
This is what the Scroll Window represents. The small rectangle shows the part of the card now visible in the window, but the rest of the card is still available—moving the small rectangle changes what appears in the window.